<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

#certify {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

#certify .swiper-containerrd {
	padding-bottom: 40px;
}

#certify  .swiper-slide {
	width: 720px;
	height: 600px;
	background: #fff;
	/* box-shadow: 0 8px 30px #ddd; */
}
#certify  .swiper-slide img{
	display:block;
	/* -webkit-filter: grayscale(200%);
	filter: grayscale(200%); */
}
#certify  .swiper-slide{position: relative;}
/* .certify_black{background: rgba(0, 0, 0, 0.5);position: absolute;width: 100%;height: 100%;overflow: hidden;margin-top: -66%;} */
.swiper-slide-active .certify_black{display: none;}
#certify  .swiper-slide p {
	line-height: 98px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	margin: 0;
}

#certify .swiper-paginationrd {
	width: 100%;
	margin-left: 273px;
	font-size: 18px;
	text-align: center;
	color: #222222;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}

#certify .swiper-button-prev {
    width: 59px;
    height: 59px;
    background: url(team_left_an.png) no-repeat;
    background-size: 100%;
    margin: 0 auto;
    right: 628px;
    margin-top: -136px;
}
.swiper-pagination-total{
	font-size: 18px;
	color: #999999;
}

#certify .swiper-button-prev:hover {
	background-size: 100%
}

#certify .swiper-button-next {
	right: 612px;
    margin-top: -136px;
    width: 59px;
    height: 59px;
    background: url(team_right_an.png) no-repeat;
    background-size: 100%;
}

#certify .swiper-button-next:hover {
	background-size: 100%
}</pre></body></html>